ocr: FIGURE 1: ORACLE WEBSERVER ATWORK When a user: wants to: access anapplication via the World Wide Web, that person visits aWeb page that sends a PL/SGL call to a Web server on the Oracle7 RDBMS requesting access. The PL/SQL procedure generates an HTML fill-in form and sends this back to the user: (A). The fill-in form asks for: user name: and password. When the user fills in the form and clicks on the Submit button, a Web browser collects the information the user typed in and sends it back to the Web server. This results in another PL/SGL procedure, which typically puts the information about th ...